home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
dev
/
mui
/
bcc.lha
/
BCC
/
BCClib
/
Sources
/
BCC_XGet.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1997-05-31
|
150 b
|
11 lines
#include <libraries/mui.h>
#include <proto/intuition.h>
LONG BCC_XGet(Object *obj,ULONG attribute)
{
LONG x;
get(obj,attribute,&x);
return(x);
}